All Questions
8 questions
1vote
1answer
170views
What pattern to use when you have to hide/show different sections on a form depending on a dropdown value?
For example, let's say you have 8 sections to hide/show and depending on the value of a dropdown, you have to show or hide dynamically from 1 to 8 sections. 1) Is there any better way of doing this ...
2votes
2answers
2kviews
Combination of asp.net server side + html/js/jQuery client side
While working with asp.net, I came to an approach that uses asp.net services for the data/business logic layer and html/javascript/jquery for the UI layer, because I could not reach the needed level ...
2votes
2answers
330views
Using which technique does facebook and pininterest show images?
If anybody has ever noticed that when you open a image in Facebook something like this happens:- suppose you are at your homepage on Facebook:- the URL is https://www.facebook.com/ now if you open a ...
10votes
4answers
619views
Has the time gone to think about user with JavaScript disabled in browser? [duplicate]
Possible Duplicate: Should I Bother To Develop for JavaScript Disabled? In this Modern time of HTML5 API jQuery Modernizr HTML5 Shim Respond.JS Google Chrome app store Canvas Has the time gone ...
34votes
14answers
14kviews
What benefits are there to native JavaScript development? [closed]
Given how much simpler jQuery development is, when compared to native JavaScript, what makes people forgo libraries like jQuery altogether? Is this because jQuery has limitations or it is slow? I ...
0votes
1answer
2kviews
Best practice for populating a dynamic popup menu?
I'm creating a dynamic popup menu whose contents depends on the state of what the user clicked on. Is it considered a better practice to create a template menu in html and modify which options are ...
3votes
3answers
330views
JavaScript Architecture, Tools, Compatibility and Pitfalls
I am thinking through how I will use JavaScript for a project which is just in its beginning of coding. I am not an expert in JavaScript, but I recognize it as a very important part of the site so I ...
7votes
3answers
822views
Is there a canonical book on creating highly interactive websites (eg. "Flash" like) with HTML5/CSS3/JS/jQuery? [closed]
I know some of the basics of these technologies already, but it is mostly limited to more static sites. Using things like HTMl5 semantic elements, CSS3 gradients, shadows, @font-face etc. Is there a ...